ocr: to that class. new: a method of obtaining memory at execution time. In C, this would relate to the mallocu runction. Use the keyword "new". For example, new int; // creates space for 1 integer -oct: a 1/0 manipulator that will use the octal base for dealing with numbers. For esample, given cout << oct << 56 - ; then the value printed would be the octal equivalent of 56. overloading: a key reature of C++, that allows you to redetine operatorslie. p>,rcetC..J to pertorm other actions, based on your definition of that operator. In dealing with functions, you can also overload a function, so that ...